-
-
Notifications
You must be signed in to change notification settings - Fork 748
Feat/esm #5045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+25,595
−29,333
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added sections for steps * Update lib/steps.js * Update test/data/sandbox/configs/step-sections/step-sections_test.js * Update test/data/sandbox/configs/step-sections/step-sections_test.js --------- Co-authored-by: DavertMik <davert@testomat.io>
* added result object, improved transport of tests * fixed setting name for test * fixed workers tests * improved handling information between workers and main process * fixed tests * added result to typings * fixed printing steps * fixed def & failing tests * fixing timeout errors * fixed mocha hooks, analyze plugin, added custom reporter tests * improved prompt for analyze plugin * refactored timeouts to fix tests * fixed saving screenshot file * fixed step sections * fixed tests for timeout errors * added change fot pageInfo plugin * fixed timeout tests * fixed timeout tests with retries --------- Co-authored-by: DavertMik <davert@testomat.io>
* added els step option * added comment for fn step class --------- Co-authored-by: DavertMik <davert@testomat.io>
* better hooks handling by submitting where test.failed occur * reverted autologin plugin changes * small fix to screenshot failures * fixed screenshot tests * fixed PW tests --------- Co-authored-by: DavertMik <davert@testomat.io>
) Bumps [monocart-coverage-reports](https://github.com/cenfun/monocart-coverage-reports) from 2.11.5 to 2.12.0. - [Release notes](https://github.com/cenfun/monocart-coverage-reports/releases) - [Changelog](https://github.com/cenfun/monocart-coverage-reports/blob/main/CHANGELOG.md) - [Commits](cenfun/monocart-coverage-reports@2.11.5...2.12.0) --- updated-dependencies: - dependency-name: monocart-coverage-reports dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kobenguyent <7845001+kobenguyent@users.noreply.github.com>
* better hooks handling by submitting where test.failed occur * reverted autologin plugin changes * small fix to screenshot failures * fixed screenshot tests * fixed PW tests * renamed autologin plugin to auth, added comment step * added check for the user in auth plugin --------- Co-authored-by: DavertMik <davert@testomat.io>
* Bump eslint to ^9.19,0 * Bump eslint/js too
Wow wowow wo!
Thanks @kobenguyent
|
|
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactored to be fully ESM
Should be the base for 4.x branch